home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Merciful 2
/
Merciful - Disc 2.iso
/
software
/
d
/
databasev3.1reg.lha
/
db3.1
/
Examples
/
ARexxDemos
/
calc.db
next >
Wrap
Text File
|
1995-11-22
|
210b
|
9 lines
/* calc expression in given gadget
Written by: Richard Ludwig */
options results;GETFIELD
if verify(result, '0123456789+-*/().','m') then do
interpret 'ret=' result
currentfield 'result'
PUTFIELD ret
end